Upload Multiple Images Using PHP and jQuery

In this blog we focused on Multiple Image uploading functionality using PHP and jQuery in forms.

There is an Add More Files button which allows user to dynamically create above input tag, type=” file” Just click on live demo or follow our codes to use it.

Form Validation Using Ajax

AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page – without reloading the whole page. Therefore, Ajax makes web page quick responsive.

We have already explained about form validation using different technologies. Now, the same can be done by using Ajax, In this blog post we will tell you how it can be done.

Form Submission Using Ajax, PHP and Javascript

Our earlier blog post already explained about form submission without page refresh, but it was done by using  ajax, PHP and jQuery.

Now you will learn same functionality using ajax, PHP and Javascript through this blog post . Just follow our post or download it to use.

Submit Form Using Ajax, PHP and jQuery

AJAX (Asynchronous JavaScript and XML) is the art of exchanging data with a server, and updating parts of a web page – without reloading the whole page.

we have already post a blog which explains about submitting form without page refresh, but it was done by using PHP and jQuery. Now we will show how you can do the same with ajax and PHP.